home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tech91.zip / TI687.ASC < prev    next >
Text File  |  1991-08-26  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  687
  9.   VERSION  :  3.5
  10.        OS  :  DOS
  11.      DATE  :  August 26, 1991                          PAGE  :  1/1
  12.  
  13.     TITLE  :      Altering the USERNAME for LANMAN 2.0
  14.  
  15.  
  16.  
  17.  
  18.   Under the LanMan series of networking products (including PC LAN,
  19.   3+Open, and Microsoft's LanMan 2.0) a computer workstation is
  20.   identified by a computername and a username.  Each workstation
  21.   can have the same username, however it must have a unique
  22.   computername.  Paradox 3.5 automatically picks up this unique
  23.   computername as the Paradox username, which can be confirmed by
  24.   selecting {Tools}/{Net}/{Username} from the main menu.
  25.  
  26.   In order have Paradox use the LanMan username instead of the
  27.   computername, you will create a DOS environment variable to store
  28.   the username and then create a DOS batch file to start Paradox.
  29.  
  30.   Place the following line in your AUTOEXEC.BAT file:
  31.  
  32.           SET USERNAME=NAME  (where NAME is the username you wish
  33.           to use)
  34.  
  35.   Reboot your computer to activate the DOS environment variable.
  36.   Confirm your work by typing SET at any DOS prompt.  This will
  37.   display your current DOS environment, which should now include
  38.   USERNAME=NAME.
  39.  
  40.   Create a DOS batch file from which you will start Paradox.
  41.   Here is one way to create the batch file:
  42.  
  43.        1. At the DOS prompt type in   COPY CON P35.BAT
  44.        2. Press <Enter>
  45.        3. type in   PARADOX -USER %USERNAME%
  46.        4. Press <Enter>
  47.        5. Press <F6> and <Enter>
  48.  
  49.   To now have Paradox use this username, start Paradox with the
  50.   P35.bat file.  Make sure the P35.BAT file is in your DOS path.
  51.   At the DOS prompt type in  P35.BAT and Press <Enter>.
  52.  
  53.   Verify your results by selecting {Tools}/{Net}/{Username} from
  54.   the Paradox Main Menu.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.